DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1HierarchicalDataCollection<T> Class / GetLoadedItems Method / GetLoadedItems(Nullable<Int32>,Nullable<Int32>) Method

In This Topic
    GetLoadedItems(Nullable<Int32>,Nullable<Int32>) Method
    In This Topic
    Returns all the items that has been loaded so far.
    Syntax
    'Declaration
     
    Public Overloads Function GetLoadedItems( _
       Optional ByVal fromIndex As Nullable(Of Integer), _
       Optional ByVal toIndex As Nullable(Of Integer) _
    ) As IEnumerable(Of ILoadedItem(Of T))

    Parameters

    fromIndex
    toIndex
    See Also